Permit compilation of HOTPLUG_CPU on i386.
authorvhanquez@kneesa.uk.xensource.com <vhanquez@kneesa.uk.xensource.com>
Wed, 1 Feb 2006 17:06:16 +0000 (17:06 +0000)
committervhanquez@kneesa.uk.xensource.com <vhanquez@kneesa.uk.xensource.com>
Wed, 1 Feb 2006 17:06:16 +0000 (17:06 +0000)
move the entry into another menu that is not !XEN_PRIVILEGED
also, add HOTPLUG_CPU back into i386 domU default configs.

Signed-off-by: Vincent Hanquez <vincent@xensource.com>
buildconfigs/linux-defconfig_xenU_x86_32
buildconfigs/linux-defconfig_xen_x86_32
linux-2.6-xen-sparse/arch/i386/Kconfig

index ca3b4eb52c42410f671c73ce8d0ed4f422f7d443..b59f48dc1365da5c8d35d9bc856ef7d9511c173c 100644 (file)
@@ -148,6 +148,7 @@ CONFIG_HZ_250=y
 # CONFIG_HZ_1000 is not set
 CONFIG_HZ=250
 CONFIG_PHYSICAL_START=0x100000
+CONFIG_HOTPLUG_CPU=y
 
 #
 # Executable file formats
index d65dd36832ff6767f96d35e497d1afd3332707d7..68c7ff0cf500c9cb2cca04f2b326c57602e868ba 100644 (file)
@@ -156,6 +156,7 @@ CONFIG_HZ_250=y
 # CONFIG_HZ_1000 is not set
 CONFIG_HZ=250
 CONFIG_PHYSICAL_START=0x100000
+CONFIG_HOTPLUG_CPU=y
 # CONFIG_CRASH_DUMP is not set
 
 #
index ed2f4628541063d381410476056ae4cb475847ce..0f9682546640b4febe38a8c30ae77d66d845edcb 100644 (file)
@@ -1014,6 +1014,16 @@ config CRASH_DUMP
        depends on HIGHMEM
        help
          Generate crash dump after being started by kexec.
+
+config HOTPLUG_CPU
+       bool "Support for hot-pluggable CPUs (EXPERIMENTAL)"
+       depends on SMP && HOTPLUG && EXPERIMENTAL
+       ---help---
+         Say Y here to experiment with turning CPUs off and on.  CPUs
+         can be controlled through /sys/devices/system/cpu.
+
+         Say N.
+
 endmenu
 
 
@@ -1305,15 +1315,6 @@ config SCx200
          This support is also available as a module.  If compiled as a
          module, it will be called scx200.
 
-config HOTPLUG_CPU
-       bool "Support for hot-pluggable CPUs (EXPERIMENTAL)"
-       depends on SMP && HOTPLUG && EXPERIMENTAL
-       ---help---
-         Say Y here to experiment with turning CPUs off and on.  CPUs
-         can be controlled through /sys/devices/system/cpu.
-
-         Say N.
-
 source "drivers/pcmcia/Kconfig"
 
 source "drivers/pci/hotplug/Kconfig"